X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Fcromp%2Fcromp_client.cpp;h=ef7f89314508c4897f65ca7b4459a54ad8ef2c31;hb=51d71c226be424b6a698c7474d237e8c69661af5;hp=8baae69248e77c56daee521f4e3b8e3b1b7aed25;hpb=cdf68a53cff76449796a3aa0222e2d0afff97c7c;p=feisty_meow.git diff --git a/octopi/library/cromp/cromp_client.cpp b/octopi/library/cromp/cromp_client.cpp index 8baae692..ef7f8931 100644 --- a/octopi/library/cromp/cromp_client.cpp +++ b/octopi/library/cromp/cromp_client.cpp @@ -154,7 +154,7 @@ cromp_client::cromp_client(const internet_address &addr, int connection_wait, cromp_client::~cromp_client() { -// FUNCDEF("destructor"); + FUNCDEF("destructor"); disconnect(); close_common(); _identified = false; @@ -175,7 +175,7 @@ const byte_array &cromp_client::verification() const void cromp_client::enable_encryption() { -// FUNCDEF("enable_encryption"); + FUNCDEF("enable_encryption"); AUTO_LOCK; #ifdef DEBUG_CROMP_CLIENT @@ -398,7 +398,7 @@ outcome cromp_client::login() outcome cromp_client::connect(const byte_array &verification) { -// FUNCDEF("connect"); + FUNCDEF("connect"); stop_asynch_thread(); AUTO_LOCK; // protect from multiple connect attempts. *c_verification = verification;