diff options
Diffstat (limited to 'user.h')
-rw-r--r-- | user.h | 18 |
1 files changed, 8 insertions, 10 deletions
@@ -20,20 +20,18 @@ using Poco::XML::Node; using Poco::XML::AutoPtr; using Poco::Exception; -namespace plexclient -{ +namespace plexclient { -class user -{ -public: - user(std::istream *response); + class user { + public: + user(std::istream *response); - std::string authenticationToken; + std::string authenticationToken; -protected: + protected: -private: -}; + private: + }; } |