Mercurial > hg > ltpda
annotate m-toolbox/classes/@LTPDARepositoryManager/cb_guiClosed.m @ 1:2014ba5b353a database-connection-manager
Remove old code
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Sat, 03 Dec 2011 18:13:55 +0100 |
parents | f0afece42f48 |
children |
rev | line source |
---|---|
0 | 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 |