diff options
| author | Dave Parks <davep@lindenlab.com> | 2011-08-08 15:33:55 -0500 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2011-08-08 15:33:55 -0500 |
| commit | f302e119627090c22325df59c40e1762402a08c6 (patch) | |
| tree | 5e9ffd96604352ff92c41574a6c1940ab534850d /indra/llplugin/llpluginmessagepipe.h | |
| parent | 4ab5831b3eed23c06d2ccd3cf55f6c018613c788 (diff) | |
| parent | 5e22062b68d2392d465503b3954cf06001eda608 (diff) | |
merge
Diffstat (limited to 'indra/llplugin/llpluginmessagepipe.h')
| -rw-r--r-- | indra/llplugin/llpluginmessagepipe.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llplugin/llpluginmessagepipe.h b/indra/llplugin/llpluginmessagepipe.h index 627577beb1..beb942c0fe 100644 --- a/indra/llplugin/llpluginmessagepipe.h +++ b/indra/llplugin/llpluginmessagepipe.h @@ -40,7 +40,8 @@ class LLPluginMessagePipeOwner LOG_CLASS(LLPluginMessagePipeOwner); public: LLPluginMessagePipeOwner(); - virtual ~LLPluginMessagePipeOwner(); + ~LLPluginMessagePipeOwner(); + // called with incoming messages virtual void receiveMessageRaw(const std::string &message) = 0; // called when the socket has an error |
