comparison m-toolbox/classes/@LTPDARepositoryManager/cb_guiClosed.m @ 0:f0afece42f48

Import.
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Wed, 23 Nov 2011 19:22:13 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f0afece42f48
1 % cb_guiClosed will be called if the repository manager GUI is closed.
2 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3 %
4 % description: cb_guiClosed will be called if the repository manager GUI is
5 % closed.
6 %
7 % version: $Id: cb_guiClosed.m,v 1.2 2010/01/22 12:23:02 ingo Exp $
8 %
9 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
10
11 function cb_guiClosed(varargin)
12 disp('*** Goodbye from the LTPDA Repository Manager GUI');
13 end