Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
VANet
Commits
de5e675a
Commit
de5e675a
authored
Oct 06, 2017
by
Dipl.-Ing. Jonas Stienen
Browse files
Minor fixes
parent
5f9373d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VANetClientImpl.cpp
View file @
de5e675a
...
...
@@ -37,7 +37,7 @@
#define VA_MUTAL_EXCLUDE VistaMutexLock oLock( m_oCommandMutex )
// State checking macro
#define VA_REQUIRE_CONNECTED { if( m_pParent->
Is
Connected() == false ) VA_EXCEPT2( MODAL_ERROR, "Not connected." ); }
#define VA_REQUIRE_CONNECTED { if( m_pParent->
Get
Connected() == false ) VA_EXCEPT2( MODAL_ERROR, "Not connected." ); }
////////////////////////////////////////////////
...
...
@@ -996,14 +996,14 @@ public:
m_pProtocol
->
ClientGetSoundPortalIDs
(
viIDs
);
};
inline
std
::
string
GetPortalName
(
const
int
iID
)
const
inline
std
::
string
Get
Sound
PortalName
(
const
int
iID
)
const
{
VA_REQUIRE_CONNECTED
;
VA_MUTAL_EXCLUDE
;
return
m_pProtocol
->
ClientGetSoundPortalName
(
iID
);
};
inline
void
SetPortalName
(
const
int
iPortalID
,
const
std
::
string
&
sName
)
inline
void
Set
Sound
PortalName
(
const
int
iPortalID
,
const
std
::
string
&
sName
)
{
VA_REQUIRE_CONNECTED
;
VA_MUTAL_EXCLUDE
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment