diff options
| author | prep <none@none> | 2012-01-31 15:13:16 -0500 |
|---|---|---|
| committer | prep <none@none> | 2012-01-31 15:13:16 -0500 |
| commit | 9e1479d610af1edd799a790ff18155fbb6ec5c89 (patch) | |
| tree | f086f457880855cac99059c1868b5dcd40a5185b /indra/llmessage/lliopipe.cpp | |
| parent | 8f6524d999d5153ff4b89abafb35bc96870d6230 (diff) | |
| parent | 2c9a68c036eec1d1a021df305bf032d0c78da139 (diff) | |
merge
Diffstat (limited to 'indra/llmessage/lliopipe.cpp')
| -rw-r--r-- | indra/llmessage/lliopipe.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llmessage/lliopipe.cpp b/indra/llmessage/lliopipe.cpp index 6e4eec74a6..8f827f7a30 100644 --- a/indra/llmessage/lliopipe.cpp +++ b/indra/llmessage/lliopipe.cpp @@ -75,6 +75,12 @@ LLIOPipe::~LLIOPipe() //lldebugs << "destroying LLIOPipe" << llendl; } +//virtual +bool LLIOPipe::isValid() +{ + return true ; +} + // static std::string LLIOPipe::lookupStatusString(EStatus status) { |
