summaryrefslogtreecommitdiff
path: root/src/syncConnectionCommand.h
diff options
context:
space:
mode:
authorMarkus Grüneis <gimpf@gimpf.org>2010-02-18 09:15:27 +0000
committerMarkus Grüneis <gimpf@gimpf.org>2010-02-18 09:15:27 +0000
commite191eab68d905bfe14e3590a92fa653f0ae2ebce (patch)
treea5837b067ecab92c645008b537087b0d163ef1ab /src/syncConnectionCommand.h
parentwhitespace only change: unified formatting with "astyle --style=k/r --indent=... (diff)
non-functional changes only: use standard writing of stdint.h types; still import from boost (compiler compatibility)
Diffstat (limited to 'src/syncConnectionCommand.h')
-rw-r--r--src/syncConnectionCommand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/syncConnectionCommand.h b/src/syncConnectionCommand.h
index c95d34e..282f392 100644
--- a/src/syncConnectionCommand.h
+++ b/src/syncConnectionCommand.h
@@ -43,13 +43,13 @@ class SyncConnectionCommand
{
public:
SyncConnectionCommand(ConnectionList& cl);
- SyncConnectionCommand(ConnectionList& cl ,u_int16_t mux);
- u_int16_t getMux() const;
+ SyncConnectionCommand(ConnectionList& cl ,uint16_t mux);
+ uint16_t getMux() const;
private:
SyncConnectionCommand(const SyncConnectionCommand&);
ConnectionList& cl_;
- u_int16_t mux_;
+ uint16_t mux_;
friend class boost::serialization::access;
template<class Archive>
void serialize(Archive& ar, const unsigned int version) {