Ignore:
Timestamp:
May 3, 2007 7:56:21 PM (17 years ago)
Author:
bennylp
Message:

Misc Symbian fixes, looks good

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/os_symbian.h

    r1246 r1248  
    8787    CPjSocketReader *CreateReader(unsigned max_len=CPjSocket::MAX_LEN); 
    8888 
     89    // Delete socket reader when it's not wanted. 
     90    void DestroyReader(); 
     91     
    8992private: 
    9093    RSocket          sock_;         // Must not be reference, or otherwise 
     
    188191public: 
    189192    // 
    190     // Construct PjSymbianOS instance. 
    191     // 
    192     static PjSymbianOS *NewL(); 
    193  
    194     // 
    195193    // Get the singleton instance of PjSymbianOS 
    196194    // 
Note: See TracChangeset for help on using the changeset viewer.