Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem_Warning_Fixed
Diff: SD_PlayerSkeleton.hpp
- Revision:
- 2:511479736d6e
- Parent:
- 1:c7968701f7b3
- Child:
- 4:d730d024ac32
diff -r c7968701f7b3 -r 511479736d6e SD_PlayerSkeleton.hpp
--- a/SD_PlayerSkeleton.hpp Mon Aug 15 06:06:52 2016 +0000
+++ b/SD_PlayerSkeleton.hpp Sun Oct 02 03:26:52 2016 +0000
@@ -1,7 +1,7 @@
//--------------------------------------------------------------
// SD プレーヤー用抽象基底クラス(ヘッダ)
//
-// 2016/08/15, Copyright (c) 2016 MIKAMI, Naoki
+// 2016/10/02, Copyright (c) 2016 MIKAMI, Naoki
//--------------------------------------------------------------
#ifndef F746_SD_PLAYER_SKELETON_HPP
@@ -53,6 +53,10 @@
// パネル操作のチェック
void CheckCtrl();
+ // コピー・コンストラクタとオブジェクトの代入演算子は使用禁止
+ SD_PlayerSkeleton(const SD_PlayerSkeleton&);
+ SD_PlayerSkeleton& operator=(const SD_PlayerSkeleton&);
+
//-------------------------------------
// 以下は仮想関数
//-------------------------------------