Bug#2634: marked as done (core) by Martijn Klingens <mklingens at yahoo.com>
Stephan Kulow
owner at bugs.kde.org
Tue Jan 16 22:48:07 UTC 2001
Your message dated Tue, 16 Jan 2001 21:43:15 +0100
with message-id <01011621430303.13671 at kenny>
and subject line Issue Solved
has caused the attached bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Stephan Kulow
(administrator, KDE bugs database)
Received: (at submit) by bugs.kde.org; 3 Feb 2000 11:56:16 +0000
>From nofate at itec.cn.ua Thu Feb 3 12:56:16 2000
Received: from cinet-gw.itec.cn.ua ([212.86.102.9]:30224 "EHLO
newbies.itecgate") by max.tat.physik.uni-tuebingen.de with ESMTP
id <S741756AbQBCL4G>; Thu, 3 Feb 2000 12:56:06 +0100
Received: from itec.cn.ua (IDENT:root at mozg [192.168.21.1])
by newbies.itecgate (8.9.3/8.9.3) with ESMTP id NAA32154
for <submit at bugs.kde.org>; Thu, 3 Feb 2000 13:57:11 +0200 (EET)
(envelope-from nofate at itec.cn.ua)
Received: from black.itec.local (black.iteclocal [192.168.17.86])
by itec.cn.ua (8.9.3/8.9.3) with ESMTP id NAA22396
for <submit at bugs.kde.org>; Thu, 3 Feb 2000 13:55:46 +0200
Received: (from nofate at localhost)
by black.itec.local (8.9.3/8.9.3) id NAA16175;
Thu, 3 Feb 2000 13:55:39 +0200
Date: Thu, 3 Feb 2000 13:55:39 +0200
Message-Id: <200002031155.NAA16175 at black.itec.local>
FROM: "Igor S. Petrenko" <nofate at europe.com>
TO: submit at bugs.kde.org
SUBJECT: core
Return-Path: <nofate at itec.cn.ua>
X-Orcpt: rfc822;submit at bugs.kde.org
Package: kdevelop
Version: 1.1beta2
Severity: grave
Bugreport ID : 13:54,03.02.00
Originator : Igor S. Petrenko
E-Mail : nofate at europe.com
Subject : core
Error Class : software bug
Error Location : class tree
Priority : medium
Bug Description ---------------------------
#ifndef _DEFAULTS_H_
#define _DEFAULTS_H_
enum {
DEFAULT_PORT = 4444,
DEFAULT_READ_SIZE = 16284, // bytes
};
namespace inet {
enum {
HELLO,
PUT,
SEND,
READ_FILE,
QUIT,
};
namespace name {
const char npos = '\n';
const char HELLO[] = "HELLO\n";
const char PUT[] = "PUT ";
const char GET[] = "GET ";
const char SEND[] = "SEND ";
const char QUIT[] = "QUIT\n";
const char OK[] = "OK\n";
const char ERROR[] = "ERROR\n";
};
namespace size {
enum {
npos = sizeof( name::npos ),
HELLO = sizeof( name::HELLO ) - 1,
PUT = sizeof( name::PUT ) - 1,
GET = sizeof( name::GET ) - 1,
SEND = sizeof( name::SEND ) - 1,
QUIT = sizeof( name::QUIT ) -1,
};
};
};
namespace ident_key {
enum {
fax = 0xFAC4E201,
};
};
How to repeat the error -------------------
Bugfix or Workaround ----------------------
System Information ------------------------
KDevelop version : 1.1beta2
KDE version : 1.2.2
QT version : 1.44
OS/Distribution : Redhat 6.1
Compiler : gcc-2.95.2
misc :
-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop-devel
mailing list