diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2007-04-10 13:53:18 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2007-04-10 13:53:18 +0000 |
| commit | 5a0d7856dc265580cebaa833e0367d03ef21bbc3 (patch) | |
| tree | ebd127d25b3658d3f0417cdb1706e0049a9a28de /src/archive.h | |
| parent | 997f13ec4791adcda91cd4db41cdb5962b73d47d (diff) | |
| download | libbu++-5a0d7856dc265580cebaa833e0367d03ef21bbc3.tar.gz libbu++-5a0d7856dc265580cebaa833e0367d03ef21bbc3.tar.bz2 libbu++-5a0d7856dc265580cebaa833e0367d03ef21bbc3.tar.xz libbu++-5a0d7856dc265580cebaa833e0367d03ef21bbc3.zip | |
Woo, changed the name of Achable to Archival, I dig that, and added the ground-
work for the SSocket, that should be cool.
Diffstat (limited to 'src/archive.h')
| -rw-r--r-- | src/archive.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/archive.h b/src/archive.h index 26e430b..a8ce53e 100644 --- a/src/archive.h +++ b/src/archive.h | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | #include <stdint.h> | 4 | #include <stdint.h> |
| 5 | #include <string> | 5 | #include <string> |
| 6 | #include "archable.h" | 6 | #include "archival.h" |
| 7 | #include "stream.h" | 7 | #include "stream.h" |
| 8 | 8 | ||
| 9 | namespace Bu | 9 | namespace Bu |
| @@ -73,9 +73,9 @@ namespace Bu | |||
| 73 | Stream &rStream; | 73 | Stream &rStream; |
| 74 | }; | 74 | }; |
| 75 | 75 | ||
| 76 | Archive &operator<<(Archive &, class Bu::Archable &); | 76 | Archive &operator<<(Archive &, class Bu::Archival &); |
| 77 | Archive &operator>>(Archive &, class Bu::Archable &); | 77 | Archive &operator>>(Archive &, class Bu::Archival &); |
| 78 | //Archive &operator&&(Archive &s, class Bu::Archable &p); | 78 | //Archive &operator&&(Archive &s, class Bu::Archival &p); |
| 79 | 79 | ||
| 80 | Archive &operator<<(Archive &, std::string &); | 80 | Archive &operator<<(Archive &, std::string &); |
| 81 | Archive &operator>>(Archive &, std::string &); | 81 | Archive &operator>>(Archive &, std::string &); |
