FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<class T>
std::string
ChatClient
< T >::GetUpdatePrompt
(
)
const
inline
Definition at line
81
of file
ChatClient.h
.
82
{
83
// If we have not cd'ed to a server show only the line start
84
return
T::GetLinePrompt() +
" "
+ (
IsConnected
() ?
""
:
"dis"
) +
"connected> "
;
85
}
MessageDimRX::IsConnected
bool IsConnected() const
Definition:
MessageDim.h:53
ChatClient
Generated on Sun Sep 18 2016 20:50:43 for FACT++ by
1.8.11