Changeset - bf012e48b2aa
[Not reviewed]
backends/libcommuni/ircnetworkplugin.h
Show inline comments
 
@@ -47,4 +47,4 @@ class IRCNetworkPlugin : public QObject, public NetworkPlugin {
 
		int m_currentServer;
 
		std::string m_identify;
 
		bool m_firstPing;
 
};
 
\ No newline at end of file
 
};
backends/twitter/libtwitcurl/base64.cpp
Show inline comments
 
@@ -120,4 +120,4 @@ std::string base64_decode(std::string const& encoded_string) {
 
  }
 
 
  return ret;
 
}
 
\ No newline at end of file
 
}
backends/twitter/libtwitcurl/base64.h
Show inline comments
 
#include <string>
 
 
std::string base64_encode(unsigned char const* , unsigned int len);
 
std::string base64_decode(std::string const& s);
 
\ No newline at end of file
 
std::string base64_decode(std::string const& s);
backends/twitter/libtwitcurl/urlencode.cpp
Show inline comments
 
@@ -37,4 +37,4 @@ std::string urlencode( const std::string &c )
 
		}
 
	}
 
	return escaped;
 
}
 
\ No newline at end of file
 
}
backends/twitter/libtwitcurl/urlencode.h
Show inline comments
 
@@ -7,4 +7,4 @@
 
std::string char2hex( char dec );
 
std::string urlencode( const std::string &c );
 
 
#endif // __URLENCODE_H__
 
\ No newline at end of file
 
#endif // __URLENCODE_H__
include/transport/discoitemsresponder.h
Show inline comments
 
@@ -54,4 +54,4 @@ class DiscoItemsResponder : public Swift::GetResponder<Swift::DiscoItems> {
 
		DiscoInfoResponder *m_discoInfoResponder;
 
};
 

	
 
}
 
\ No newline at end of file
 
}
include/transport/gatewayresponder.h
Show inline comments
 
@@ -40,4 +40,4 @@ class GatewayResponder : public Swift::Responder<Swift::GatewayPayload> {
 
		UserManager *m_userManager;
 
};
 

	
 
}
 
\ No newline at end of file
 
}
include/transport/memoryusage.h
Show inline comments
 
@@ -32,4 +32,4 @@ namespace Transport {
 
	void process_mem_usage(double& shared, double& resident_set, pid_t pid = 0);
 
#endif
 

	
 
}
 
\ No newline at end of file
 
}
include/transport/rosterresponder.h
Show inline comments
 
@@ -47,4 +47,4 @@ class RosterResponder : public Swift::Responder<Swift::RosterPayload> {
 
		UserManager *m_userManager;
 
};
 

	
 
}
 
\ No newline at end of file
 
}
spectrum/src/win32/ServiceWrapper.cpp
Show inline comments
 
@@ -117,4 +117,4 @@ void ServiceWrapper::RunService() {
 
	};
 

	
 
	StartServiceCtrlDispatcherA(serviceTable);
 
}
 
\ No newline at end of file
 
}
spectrum_manager/src/methods.h
Show inline comments
 
@@ -53,4 +53,4 @@ void ask_local_server(ManagerConfig *config, Swift::BoostNetworkFactories &netwo
 

	
 
std::vector<std::string> show_list(ManagerConfig *config, bool show = true);
 

	
 
std::string get_response();
 
\ No newline at end of file
 
std::string get_response();
src/blockresponder.h
Show inline comments
 
@@ -43,4 +43,4 @@ class BlockResponder : public Swift::SetResponder<Transport::BlockPayload> {
 
		UserManager *m_userManager;
 
};
 

	
 
}
 
\ No newline at end of file
 
}
src/discoinforesponder.h
Show inline comments
 
@@ -60,4 +60,4 @@ class DiscoInfoResponder : public Swift::GetResponder<Swift::DiscoInfo> {
 
		std::map<std::string, std::string> m_commands;
 
};
 

	
 
}
 
\ No newline at end of file
 
}
src/storageresponder.h
Show inline comments
 
@@ -42,4 +42,4 @@ class StorageResponder : public Swift::Responder<Swift::PrivateStorage> {
 
		UserManager *m_userManager;
 
};
 

	
 
}
 
\ No newline at end of file
 
}
0 comments (0 inline, 0 general)