|
From: <sul...@us...> - 2008-09-23 11:09:24
|
Revision: 244
http://gridsim.svn.sourceforge.net/gridsim/?rev=244&view=rev
Author: sulistio
Date: 2008-09-23 11:09:18 +0000 (Tue, 23 Sep 2008)
Log Message:
-----------
merge this file into FnbOutput.java (as an internal class).
Removed Paths:
-------------
trunk/source/gridsim/net/fnb/Fnb_FileName_FileMyID.java
Deleted: trunk/source/gridsim/net/fnb/Fnb_FileName_FileMyID.java
===================================================================
--- trunk/source/gridsim/net/fnb/Fnb_FileName_FileMyID.java 2008-09-21 11:46:26 UTC (rev 243)
+++ trunk/source/gridsim/net/fnb/Fnb_FileName_FileMyID.java 2008-09-23 11:09:18 UTC (rev 244)
@@ -1,43 +0,0 @@
-/*
- * Title: GridSim Toolkit
- * Description: GridSim (Grid Simulation) Toolkit for Modeling and Simulation
- * of Parallel and Distributed Systems such as Clusters and Grids
- * Licence: GPL - http://www.gnu.org/copyleft/gpl.html
- *
- * Author: Agustin Caminero
- * Organization: Universidad de Castilla La Mancha (UCLM), Spain.
- * Copyright (c) 2008, The University of Melbourne, Australia and
- * Universidad de Castilla La Mancha (UCLM), Spain
- */
-
-package gridsim.net.fnb;
-
-/**
- *
- * @author Agustin Caminero
- * @since GridSim Toolkit 4.2
- */
-public class Fnb_FileName_FileMyID
-{
- // Since files don't have an id until they are registered, we need an id for them.
- String filename;
- int fileMyID;
-
- Fnb_FileName_FileMyID(String f, int fid)
- {
- filename = f;
- fileMyID = fid;
-
- }
-
-
- String getFileName()
- {
- return filename;
- }
-
- int getFileId()
- {
- return fileMyID;
- }
-}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|