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/IceUtil/Config.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/IceUtil/Config.h')
-rw-r--r-- | cpp/include/IceUtil/Config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/include/IceUtil/Config.h b/cpp/include/IceUtil/Config.h index 8ae749e43e8..a9fb48327bc 100644 --- a/cpp/include/IceUtil/Config.h +++ b/cpp/include/IceUtil/Config.h @@ -82,6 +82,12 @@ namespace IceUtil { +// +// TODO: Constructor and destructor should not be inlined, as they are +// not performance critical. +// +// TODO: Naming conventions? +// class noncopyable { protected: |