ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/GoogleTron/Subversion/Client.hpp
(Generate patch)

Comparing GoogleTron/Subversion/Client.hpp (file contents):
Revision 697 by douglas, 2006-03-10T04:17:42-08:00 vs.
Revision 698 by douglas, 2006-03-12T19:28:22-08:00

# Line 20 | Line 20
20   #include <subversion-1/svn_client.h>
21   #include <subversion-1/svn_props.h>
22  
23 + #include "Error.hpp"
24 +
25   namespace Subversion
26   {
27  
# Line 30 | Line 32 | class Client
32   public:
33          Client();
34          cse::String GetProperty(const cse::String &property, const cse::String &target);
35 <        std::tm GetEntryCommittedDate(const cse::String &target);
35 >        std::time_t GetEntryCommittedDate(const cse::String &target);
36   };
37  
38   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines