diff options
Diffstat (limited to 'indra/llmessage/lliopipe.cpp')
-rwxr-xr-x[-rw-r--r--] | indra/llmessage/lliopipe.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/indra/llmessage/lliopipe.cpp b/indra/llmessage/lliopipe.cpp index 6e4eec74a6..4676a9a8f0 100644..100755 --- a/indra/llmessage/lliopipe.cpp +++ b/indra/llmessage/lliopipe.cpp @@ -72,7 +72,13 @@ LLIOPipe::LLIOPipe() : LLIOPipe::~LLIOPipe() { - //lldebugs << "destroying LLIOPipe" << llendl; + //LL_DEBUGS() << "destroying LLIOPipe" << LL_ENDL; +} + +//virtual +bool LLIOPipe::isValid() +{ + return true ; } // static |