diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-29 16:37:08 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-29 16:37:08 +0000 |
commit | 67f2d89c164c7adccdee065da1caac319d528b50 (patch) | |
tree | 96d5d1d87776a9fa48fd8fea33312d35aa6b1d77 /protocols/IcqOscarJ/icqoscar.cpp | |
parent | c1840425166576b1cf187076a9344a78a20375b6 (diff) |
- yet another crash fix on exit;
- events speed-up
- quick ICQ exit
git-svn-id: http://svn.miranda-ng.org/main/trunk@687 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/icqoscar.cpp')
-rw-r--r-- | protocols/IcqOscarJ/icqoscar.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/protocols/IcqOscarJ/icqoscar.cpp b/protocols/IcqOscarJ/icqoscar.cpp index b7344437de..5ce67145cd 100644 --- a/protocols/IcqOscarJ/icqoscar.cpp +++ b/protocols/IcqOscarJ/icqoscar.cpp @@ -21,13 +21,7 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
// -----------------------------------------------------------------------------
-//
-// File name : $Source: /cvsroot/miranda/miranda/protocols/IcqOscarJ/icqoscar.c,v $
-// Revision : $Revision: 7500 $
-// Last change on : $Date: 2008-03-24 20:07:37 +0200 (Пн, 24 мар 2008) $
-// Last change by : $Author: jokusoftware $
-//
-// DESCRIPTION:
+// DESCRIPTION:
//
// The only purpose of this file is to make sure that the precompiled headers
// are included and compiled. The Visual Studio settings for this file must be
@@ -38,5 +32,4 @@ // -----------------------------------------------------------------------------
-
#include "icqoscar.h"
|