Home
last modified time | relevance | path

Searched refs:CONTYPE (Results 1 – 2 of 2) sorted by relevance

/dports/net/x2goclient/x2goclient-4.1.2.2/src/
H A Donmainwindow.h925 typedef enum {DEFAULT, SUSPEND, TERMINATE} CONTYPE; typedef
927 CONTYPE connectionType;
946 bool startSession ( const QString& id, CONTYPE conType=DEFAULT);
H A Donmainwindow.cpp3644 bool ONMainWindow::startSession ( const QString& sid, CONTYPE conType ) in startSession()