Update of /cvsroot/kuml/kuml/kuml_gui/src/ige/common/views
In directory usw-pr-cvs1:/tmp/cvs-serv7189
Modified Files:
CompositeView.cpp
Log Message:
Added forgotten method implementation
Index: CompositeView.cpp
===================================================================
RCS file: /cvsroot/kuml/kuml/kuml_gui/src/ige/common/views/CompositeView.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CompositeView.cpp 2001/07/25 12:52:07 1.1
--- CompositeView.cpp 2001/07/25 13:16:04 1.2
***************
*** 1,3 ****
! /* Generated by Together */
#include "CompositeView.h"
--- 1,19 ----
! /***************************************************************************
! CompositeView.cpp - description
! -------------------
! begin : Wed Jun 25 2001
! copyright : (C) 2001 by the kUML Team
! author : Darius Stachow
! email : sta...@in...
! ***************************************************************************/
!
! /***************************************************************************
! * *
! * This program is free software; you can redistribute it and/or modify *
! * it under the terms of the GNU General Public License as published by *
! * the Free Software Foundation; either version 2 of the License, or *
! * (at your option) any later version. *
! * *
! ***************************************************************************/
#include "CompositeView.h"
***************
*** 101,103 ****
--- 117,121 ----
}
return boundingArea;
+ }
+ void CompositeView::layout() {
}
|