const correct

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1673 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 17 years ago
parent da6905d349
commit 92fba23762

@ -61,7 +61,7 @@ void CCAcc::invoke(const string& method, const AmArg& args, AmArg& ret)
/* accounting functions... */;
int CCAcc::getCredit(string pin) {
char* serverAddress;
const char* serverAddress;
int port;
serverAddress = "localhost";
const char* uri = 0;
@ -77,7 +77,7 @@ int CCAcc::getCredit(string pin) {
}
int CCAcc::subtractCredit(string pin, int amount) {
char* serverAddress;
const char* serverAddress;
int port;
serverAddress = "localhost";
const char* uri = 0;

Loading…
Cancel
Save