diff -r 942573423a60 -r fa67e03b87df connectivitylayer/isce/isinameservice_dll/inc/isinameservice.h --- a/connectivitylayer/isce/isinameservice_dll/inc/isinameservice.h Fri Jan 22 10:04:04 2010 +0200 +++ b/connectivitylayer/isce/isinameservice_dll/inc/isinameservice.h Wed Feb 17 13:58:55 2010 +0200 @@ -28,7 +28,7 @@ /* * ISI router. */ -NONSHARABLE_CLASS( DISINameService ) : public DBase, public MISIRouterObjectIf, MISICommunicationManagerIf +NONSHARABLE_CLASS( DISINameService ) : public DBase, public MISIRouterObjectIf, public MISICommunicationManagerIf { public: @@ -63,12 +63,17 @@ */ void BuildAndSendCommIsaEntityNotReachableResp( const TDesC8& aMsg ); + static DISINameService* iThisptr; + + static DMutex* iNameServiceMutex; + + DNameRecords* iNameRecords; + private: MISIObjectRouterIf* iRouter; TUint8 iObjId; - DNameRecords* iNameRecords; - static DMutex* iNameServiceMutex; + };