Fixed missing Windows exports operator << for point code and label.

git-svn-id: http://yate.null.ro/svn/yate/trunk@2327 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2008-11-11 11:50:03 +00:00
parent f8029b52f0
commit 85e0d7350a
1 changed files with 2 additions and 2 deletions

View File

@ -3118,7 +3118,7 @@ private:
* @param str String to append to
* @param cp Point code to append to the string
*/
String& operator<<(String& str, const SS7PointCode& cp);
YSIG_API String& operator<<(String& str, const SS7PointCode& cp);
/**
* A SS7 Layer 3 routing label, both ANSI and ITU capable
@ -3331,7 +3331,7 @@ private:
* @param str String to append to
* @param label Label to append to the string
*/
String& operator<<(String& str, const SS7Label& label);
YSIG_API String& operator<<(String& str, const SS7Label& label);
/**
* A raw data block with a little more understanding about MSU format