diff options
| author | Vincent Richard <[email protected]> | 2004-10-21 15:05:47 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2004-10-21 15:05:47 +0000 |
| commit | 2949fb51f13e1236d5c161f02e1c2c8541100e9f (patch) | |
| tree | 991edcf50483116ce83977a4d9e652de8c5328dc /src/messaging/session.hpp | |
| parent | header class unit tests added (diff) | |
| download | vmime-2949fb51f13e1236d5c161f02e1c2c8541100e9f.tar.gz vmime-2949fb51f13e1236d5c161f02e1c2c8541100e9f.zip | |
Refactoring (see ChangeLog).
Diffstat (limited to 'src/messaging/session.hpp')
| -rw-r--r-- | src/messaging/session.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/messaging/session.hpp b/src/messaging/session.hpp index 43bbe0b1..ad521fc3 100644 --- a/src/messaging/session.hpp +++ b/src/messaging/session.hpp @@ -94,11 +94,11 @@ public: /** Properties for the session and for the services. */ - const propertySet& properties() const { return (m_props); } + const propertySet& getProperties() const; /** Properties for the session and for the services. */ - propertySet& properties() { return (m_props); } + propertySet& getProperties(); private: |
