Andrew Brown | 7b1daf3 | 2015-01-19 16:36:01 -0800 | [diff] [blame] | 1 | /* |
| 2 | * File name: InternalFace.java |
| 3 | * |
| 4 | * Purpose: Handle data traffic within an application storing all packets in |
| 5 | * memory; useful for standardizing methods for getting/putting data |
| 6 | * |
| 7 | * © Copyright Intel Corporation. All rights reserved. |
| 8 | * Intel Corporation, 2200 Mission College Boulevard, |
| 9 | * Santa Clara, CA 95052-8119, USA |
| 10 | */ |
| 11 | package com.intel.jndn.utils; |
| 12 | |
| 13 | /** |
Andrew Brown | ac28226 | 2015-01-20 16:14:43 -0800 | [diff] [blame] | 14 | * TODO waiting on Face to become overridable |
Andrew Brown | 7b1daf3 | 2015-01-19 16:36:01 -0800 | [diff] [blame] | 15 | * @author Andrew Brown <andrew.brown@intel.com> |
| 16 | */ |
| 17 | public class InternalFace { |
| 18 | |
| 19 | } |