laforge
/
openbts-osmo
Archived
1
0
Fork 0

declare operator overloading for standard <<

This commit is contained in:
Harald Welte 2011-11-13 15:53:03 +01:00
parent a7b5fd9c77
commit 2ff390643f
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ public:
friend std::ostream& operator<<(std::ostream& os, const OsmoLogicalChannel& lchan);
};
//std::ostream& GSM::operator<<(std::ostream& os, const OsmoLogicalChannel& lchan);
std::ostream& operator<<(std::ostream& os, const OsmoLogicalChannel& lchan);
/**
Standalone dedicated control channel.