Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

rev 101 - trunk/msn: msg#00034

network.instant-messaging.libmsn.cvs

Subject: rev 101 - trunk/msn

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>
Google Custom Search

Recently Viewed:
hardware.arm.at...    cms.citadel.dev...    video.gstreamer...    java.facelets.u...    misc.basics.qna...    web.wiki.instik...    network.uip.use...    xdg.devel/2003-...    tex.bibtex.bibd...    finance.quotesp...    ietf.zeroconf/2...    redhat.blinux.g...    suse.db2/2003-0...    php.phpesp/2004...    uml.devel/2003-...    gnome.labyrinth...    qnx.openqnx.dev...    boot-loaders.gr...    db.dataperfect....    audio.audacity....    linux.uclinux.m...    editors.j.devel...    os.openbsd.tech...    kde.users.multi...   
Home | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive 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

Navigation