summaryrefslogtreecommitdiff
path: root/idl/inc
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2010-12-28 18:25:01 -0800
committerJoseph Powers <jpowers27@cox.net>2010-12-31 06:57:20 -0800
commit3d23bcf8ae7645cd9752cbb66fb046e4b0913107 (patch)
treed5b8d82b8d68f659a6bad6b2d02ec8c9c9912674 /idl/inc
parent2e2bcb6cb9310e8c995f0b03ce1bf990dd03292f (diff)
Remove DECLARE_LIST( ByteStringList, ByteString* )
I also removed some commented out code.
Diffstat (limited to 'idl/inc')
-rw-r--r--idl/inc/command.hxx2
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