#include "../src/Surcouche.h"
#include "../src/Protocol.h"
#include "../src/Erreurs.h"
#include <gtk/gtk.h>
Aller au code source de ce fichier.
Structures de données | |
class | ClientConnect |
Macros | |
#define | _(x) g_locale_to_utf8 (x, -1, NULL, NULL, NULL) |
#define | TAILLE_IP 32 |
#define | TAILLE_PASS 16 |
#define | TAILLE_BUFFER 1024 |
Fonctions | |
int | KillWindow () |
|
Définition à la ligne 17 du fichier NetClientConnect.h. |
|
Définition à la ligne 23 du fichier NetClientConnect.h. |
|
Définition à la ligne 21 du fichier NetClientConnect.h. |
|
Définition à la ligne 22 du fichier NetClientConnect.h. |
|
Définition à la ligne 205 du fichier NetClientConnect.cpp. 00206 { 00207 #ifndef nogtk 00208 gtk_main_quit(); 00209 #endif 00210 00211 return FALSE; 00212 }
|