engine/src/ConnectionEngine.cpp
changeset 57 9569ea080d5a
parent 13 f58e3c482bd9
child 63 a8538f50e2ba
equal deleted inserted replaced
56:0050a64a90f8 57:9569ea080d5a
   259 		}
   259 		}
   260 	
   260 	
   261 	return iConnectionState;
   261 	return iConnectionState;
   262 	}
   262 	}
   263 
   263 
   264 void CConnectionEngine::AddObserver(MConnectionObserver* aObserver)
   264 EXPORT_C void CConnectionEngine::AddObserver(MConnectionObserver* aObserver)
   265 	{
   265 	{
   266 	iObserverArray.Append(aObserver);
   266 	iObserverArray.Append(aObserver);
   267 	}
   267 	}
   268 
   268 
   269 RSocketServ& CConnectionEngine::SockServ()
   269 RSocketServ& CConnectionEngine::SockServ()