diff options
author | Joseph Powers <jpowers27@cox.net> | 2010-12-28 18:25:01 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2010-12-31 06:57:20 -0800 |
commit | 3d23bcf8ae7645cd9752cbb66fb046e4b0913107 (patch) | |
tree | d5b8d82b8d68f659a6bad6b2d02ec8c9c9912674 /idl/inc | |
parent | 2e2bcb6cb9310e8c995f0b03ce1bf990dd03292f (diff) |
Remove DECLARE_LIST( ByteStringList, ByteString* )
I also removed some commented out code.
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/command.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/command.hxx b/idl/inc/command.hxx index c2d6adfc60a9..8332569453c7 100644 --- a/idl/inc/command.hxx +++ b/idl/inc/command.hxx @@ -39,7 +39,7 @@ typedef ::std::vector< String* > StringList; #endif -DECLARE_LIST( ByteStringList, ByteString* ) +typedef ::std::vector< ByteString* > ByteStringList; /******************** class SvCommand ************************************/ class SvCommand |