mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[12632] Revert previous commit (see Notes)
This commit is contained in:
parent
1cd806c02e
commit
ef445ea523
1462 changed files with 9689 additions and 7080 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// -*- C++ -*-
|
||||
|
||||
//=============================================================================
|
||||
/**
|
||||
/*
|
||||
* @file Based_Pointer_Repository.h
|
||||
*
|
||||
* $Id: Based_Pointer_Repository.h 84837 2009-03-16 13:01:15Z johnnyw $
|
||||
|
|
@ -32,7 +32,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
|||
// Forward decl., using the "Cheshire Cat" technique.
|
||||
class ACE_Based_Pointer_Repository_Rep;
|
||||
|
||||
/**
|
||||
/*
|
||||
* @class ACE_Based_Pointer_Repository
|
||||
*
|
||||
* @brief Maps pointers to the base address of the region to which each
|
||||
|
|
@ -48,7 +48,7 @@ public:
|
|||
~ACE_Based_Pointer_Repository (void);
|
||||
|
||||
// = Search structure methods.
|
||||
/**
|
||||
/*
|
||||
* Return the appropriate @a base_addr region that contains @a addr.
|
||||
* Returns 1 on success and 0 if the @a addr isn't contained in any
|
||||
* @a base_addr region.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue