|
|
Choosing A Webhost: |
rev 101 - trunk/msn: msg#00034network.instant-messaging.libmsn.cvs
Author: mrowe Date: 2004-04-26 17:05:25 +1200 (Mon, 26 Apr 2004) New Revision: 101 Modified: trunk/msn/message.cpp Log: 'const void' is non-sensical. Missed some :-/ Modified: trunk/msn/message.cpp =================================================================== --- trunk/msn/message.cpp 2004-04-26 05:02:49 UTC (rev 100) +++ trunk/msn/message.cpp 2004-04-26 05:05:25 UTC (rev 101) @@ -143,7 +143,7 @@ return s.str(); } - const void Message::setColor(std::vector<int> color) + void Message::setColor(std::vector<int> color) { std::map<std::string, std::string> info = this->getFormatInfo(); assert(color.size() == 3); @@ -158,7 +158,7 @@ this->setFormatInfo(info); } - const void Message::setColor(std::string color) + void Message::setColor(std::string color) { color.insert(0, 6 - color.size(), '0'); int r = 0, g = 0, b = 0; @@ -174,7 +174,7 @@ this->setColor(v); } - const void Message::setColor(int red, int green, int blue) + void Message::setColor(int red, int green, int blue) { std::vector<int> v; v.push_back(red); ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | rev 100 - trunk/msn, mrowe-4c2QJb6XfmIqAMOr+u8IRA |
|---|---|
| Next by Date: | rev 102 - trunk/msn, mrowe-4c2QJb6XfmIqAMOr+u8IRA |
| Previous by Thread: | rev 100 - trunk/msn, mrowe-4c2QJb6XfmIqAMOr+u8IRA |
| Next by Thread: | rev 102 - trunk/msn, mrowe-4c2QJb6XfmIqAMOr+u8IRA |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |