diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-21 09:26:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-21 09:26:51 +0100 |
commit | 989ac1bf7b404188af2a5c0c260e65688113e44d (patch) | |
tree | 4e7239a2bc666d385b9d90d52fad910c75473825 /automation/inc | |
parent | daadeb5e216dc531c0c16e78cdd61d7a394acf7f (diff) |
unused methods
Diffstat (limited to 'automation/inc')
-rw-r--r-- | automation/inc/automation/simplecm.hxx | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/automation/inc/automation/simplecm.hxx b/automation/inc/automation/simplecm.hxx index ff93ee8ae209..f46cb22572a5 100644 --- a/automation/inc/automation/simplecm.hxx +++ b/automation/inc/automation/simplecm.hxx @@ -114,14 +114,12 @@ private: class PacketHandler; class CommunicationManager; -class SingleCommunicationManager; class MultiCommunicationManager; class CommunicationManagerServerAcceptThread; class CommunicationLink : public SvRefBase { protected: friend class CommunicationManager; - friend class SingleCommunicationManager; friend class MultiCommunicationManager; friend class CommunicationManagerServerAcceptThread; // Darf nicht abger�umt werden zwischen Empfang des Streams und ende des Callbacks @@ -287,24 +285,6 @@ private: sal_Bool bIsMultiChannel; }; -class SingleCommunicationManager : public CommunicationManager -{ -public: - SingleCommunicationManager( sal_Bool bUseMultiChannel = sal_False ); - virtual ~SingleCommunicationManager(); - virtual sal_Bool StopCommunication(); // H�lt alle CommunicationLinks an - virtual sal_Bool IsLinkValid( CommunicationLink* pCL ); - virtual sal_uInt16 GetCommunicationLinkCount(); - virtual CommunicationLinkRef GetCommunicationLink( sal_uInt16 nNr ); - -protected: - virtual void CallConnectionOpened( CommunicationLink* pCL ); - virtual void CallConnectionClosed( CommunicationLink* pCL ); - CommunicationLinkRef xActiveLink; - CommunicationLink *pInactiveLink; - virtual void DestroyingLink( CommunicationLink *pCL ); // Link tr�gt sich im Destruktor aus -}; - class ICommunicationManagerClient { friend class CommonSocketFunctions; @@ -347,17 +327,6 @@ protected: void SetNewPacketAsCurrent(); }; -class SimpleCommunicationLinkViaSocketWithReceiveCallbacks : public SimpleCommunicationLinkViaSocket -{ -public: - SimpleCommunicationLinkViaSocketWithReceiveCallbacks( CommunicationManager *pMan, osl::StreamSocket* pSocket ); - ~SimpleCommunicationLinkViaSocketWithReceiveCallbacks(); - virtual sal_Bool ReceiveDataStream(); -protected: - virtual sal_Bool ShutdownCommunication(); /// Really stop the Communication - virtual void WaitForShutdown(); -}; - class CommonSocketFunctions { public: |