~ubuntu-branches/ubuntu/quantal/zeroc-ice/quantal

« back to all changes in this revision

Viewing changes to src/Ice/TcpTransceiver.h

  • Committer: Bazaar Package Importer
  • Author(s): Francisco Moya
  • Date: 2008-02-12 16:28:20 UTC
  • mfrom: (4.1.5 hardy)
  • Revision ID: james.westby@ubuntu.com-20080212162820-x3e046s7nmabeswv
Tags: 3.2.1-8
Added -g to global compilation flags (Closes: #465074).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// **********************************************************************
2
2
//
3
 
// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
 
3
// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.
4
4
//
5
5
// This copy of Ice is licensed to you under the terms described in the
6
6
// ICE_LICENSE file included in this distribution.
35
35
    virtual std::string type() const;
36
36
    virtual std::string toString() const;
37
37
    virtual void initialize(int);
 
38
    virtual void checkSendSize(const Buffer&, size_t);
38
39
 
39
40
private:
40
41
 
53
54
 
54
55
    const std::string _desc;
55
56
#ifdef _WIN32
56
 
    const bool _isPeerLocal;
 
57
    int _maxPacketSize;
57
58
#endif
58
59
};
59
60