author | Michael Krelin <hacker@klever.net> | 2008-03-03 17:06:17 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2008-03-03 17:06:17 (UTC) |
commit | 374985b5317d559b561d7f557034661e314f5605 (patch) (unidiff) | |
tree | a29c5c415cb046330d8e046c0ad9b7b94bc76593 | |
parent | c28479399ef0fedeb6bf14ec665bb4c427654356 (diff) | |
download | libopkele-374985b5317d559b561d7f557034661e314f5605.zip libopkele-374985b5317d559b561d7f557034661e314f5605.tar.gz libopkele-374985b5317d559b561d7f557034661e314f5605.tar.bz2 |
removed basic_message::fields_t typedef
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | include/opkele/types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/opkele/types.h b/include/opkele/types.h index 64f165c..bf50e2b 100644 --- a/include/opkele/types.h +++ b/include/opkele/types.h | |||
@@ -117,13 +117,12 @@ namespace opkele { | |||
117 | * the shared_ptr<> for association_t object type | 117 | * the shared_ptr<> for association_t object type |
118 | */ | 118 | */ |
119 | typedef tr1mem::shared_ptr<association_t> assoc_t; | 119 | typedef tr1mem::shared_ptr<association_t> assoc_t; |
120 | 120 | ||
121 | class basic_message { | 121 | class basic_message { |
122 | public: | 122 | public: |
123 | typedef list<string> fields_t; | ||
124 | typedef util::forward_iterator_proxy< | 123 | typedef util::forward_iterator_proxy< |
125 | string,const string&,const string* | 124 | string,const string&,const string* |
126 | > fields_iterator; | 125 | > fields_iterator; |
127 | 126 | ||
128 | basic_message() { } | 127 | basic_message() { } |
129 | virtual ~basic_message() { } | 128 | virtual ~basic_message() { } |