/*
*******************************************************************************
*
-* Copyright (C) 2009-2010, International Business Machines
+* Copyright (C) 2009-2012, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
ptr=p;
}
protected:
+ /**
+ * Actual pointer.
+ * @internal
+ */
T *ptr;
private:
// No comparison operators with other LocalPointerBases.