diff options
author | Marc Laukien <marc@zeroc.com> | 2002-02-12 04:59:12 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-02-12 04:59:12 +0000 |
commit | e764b6d2adc5a0ef75caf1f6f406af86bd95aa1c (patch) | |
tree | 1136dc7e95fc1d36b509f50a9b87a1c04179a576 /cpp/include/Ice/LoggerUtil.h | |
parent | made some inline ops non-inline; added comments and TODOs (diff) | |
download | ice-e764b6d2adc5a0ef75caf1f6f406af86bd95aa1c.tar.bz2 ice-e764b6d2adc5a0ef75caf1f6f406af86bd95aa1c.tar.xz ice-e764b6d2adc5a0ef75caf1f6f406af86bd95aa1c.zip |
made some inline ops non-inline; added comments and TODOs
Diffstat (limited to 'cpp/include/Ice/LoggerUtil.h')
-rw-r--r-- | cpp/include/Ice/LoggerUtil.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/include/Ice/LoggerUtil.h b/cpp/include/Ice/LoggerUtil.h index 6e1a2db514f..1444112da5c 100644 --- a/cpp/include/Ice/LoggerUtil.h +++ b/cpp/include/Ice/LoggerUtil.h @@ -25,7 +25,7 @@ public: void flush(); - std::ostringstream& __str() { return _str; } // Don't use directly + std::ostringstream& __str(); // For internal use only. Don't use in your code. private: @@ -52,7 +52,7 @@ public: void flush(); - std::ostringstream& __str() { return _str; } // Don't use directly + std::ostringstream& __str(); // For internal use only. Don't use in your code. private: @@ -79,7 +79,7 @@ public: void flush(); - std::ostringstream& __str() { return _str; } // Don't use directly + std::ostringstream& __str(); // For internal use only. Don't use in your code. private: |