/** @class GATS_CMarkup_Exception @brief Embodies the GATS_CMarkup_Exception class and its derivatives. @date $Date$ @version $Rev$ @author - Lance Deaver @copyright (©) Copyright 2006 by GATS Inc. 11864 Canon Blvd., Suite 101, Newport News, VA 23606 All Rights Reserved. No part of this software or publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise without the prior written permission of GATS Inc. @see GATS_CMarkup_Exception.h @see GATS_Exception @bug None known $Id$ */ #include "GATS_CMarkup_Exception.h" GATS_CMarkup_Exception& GATS_CMarkup_Exception::operator=(const GATS_CMarkup_Exception& rhs) throw() { GATS_Exception::operator=(rhs); return *this; }