~ubuntu-branches/debian/jessie/ace/jessie

« back to all changes in this revision

Viewing changes to ace/DLL.h

  • Committer: Package Import Robot
  • Author(s): Pau Garcia i Quiles
  • Date: 2014-10-01 19:27:00 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20141001192700-67yys244im0j3nu1
Tags: 6.2.8+dfsg-1
* New upstream version
* Drop patch 25-versioned_so.diff (applied upstream)
* Drop patch 36-fix-typos.diff (applied upstream)
* Drop patch 38-fix-predictable-filename-in-tmp.diff (applied upstream)
* Drop patch largefile.diff (applied upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
/**
5
5
 *  @file    DLL.h
6
6
 *
7
 
 *  $Id: DLL.h 97443 2013-12-02 10:10:34Z johnnyw $
 
7
 *  $Id: DLL.h 97888 2014-09-11 10:29:17Z mcorino $
8
8
 *
9
9
 *  @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
10
10
 */
22
22
 
23
23
#include "ace/Global_Macros.h"
24
24
#include "ace/os_include/os_dlfcn.h"
 
25
#include "ace/SString.h"
25
26
 
26
27
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
27
28
 
200
201
 
201
202
  /// Flag to record if the last operation had an error.
202
203
  bool error_;
 
204
 
 
205
  /// Any error messages encountered during last operation.
 
206
  ACE_TString errmsg_;
203
207
};
204
208
 
205
209
ACE_END_VERSIONED_NAMESPACE_DECL