Fix comment formatting
This commit is contained in:
parent
f4dfaed19d
commit
81c34adaef
33 changed files with 262 additions and 278 deletions
|
@ -60,15 +60,15 @@ public:
|
|||
virtual void addPostField(Common::String field);
|
||||
|
||||
/**
|
||||
* Starts this Request with ConnMan.
|
||||
* @return its NetworkReadStream in NetworkReadStreamResponse.
|
||||
*/
|
||||
* Starts this Request with ConnMan.
|
||||
* @return its NetworkReadStream in NetworkReadStreamResponse.
|
||||
*/
|
||||
virtual NetworkReadStreamResponse execute();
|
||||
|
||||
/** Returns Request's NetworkReadStream. */
|
||||
const NetworkReadStream *getNetworkReadStream() const { return _stream; }
|
||||
};
|
||||
|
||||
} //end of namespace Networking
|
||||
} // End of namespace Networking
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue