javacommons/gcfprotocols/socket/socket/javasrc/com/nokia/mj/impl/socket/ServerSocketConnectionImpl.java
branchRCL_3
changeset 23 e5618cc85d74
parent 14 04becd199f91
equal deleted inserted replaced
21:4376525cdefb 23:e5618cc85d74
   139                 {
   139                 {
   140                     apType = -1;
   140                     apType = -1;
   141                     apId = -1;
   141                     apId = -1;
   142                 }
   142                 }
   143                 Logger.LOG(Logger.ESOCKET, Logger.EInfo,
   143                 Logger.LOG(Logger.ESOCKET, Logger.EInfo,
   144                            "+SocketServerConnectionImpl:: getApplicationDefault returned,  \n"+apn.getNapId()+" type = "+apn.getType());
   144                            "+SocketServerConnectionImpl:: getApplicationDefault returned,  \n"+apn.getNapId()+" type = "+apn.getType());                
   145                 System.out.println(" type = "+apn.getType()+"  id = "+apId);
       
   146             }
   145             }
   147         }
   146         }
   148         catch (Exception e)
   147         catch (Exception e)
   149         {
   148         {
   150 
   149